.w1200{
    width: 1200px;
    margin: auto;
}
.top_h{
    background: #373737;
    line-height: 35px;
    color: #fff;
}
.top_h .top_rcol a{
    margin: 0 5px;
    padding: 0 5px;

}
.top_h .top_rcol a:after{
    content: '|';

}
.top{
    height: 150px;
    background: #fff;
}
.logo{
    width: 246px;
    height: 70px;
    overflow: hidden;
    padding-right: 86px;
}
.logo img{
    max-width: 100%;
}
.vertical{
    border-left: 1px solid #666666;
    width: 1px;
    height: 100px;
    margin: 0 66px;
}
.top-cen{
    line-height: 35px;
    padding-top: 18px;
}
.top-r{
    width: 200px;
    font-size: 20px;
    text-align: right;
    line-height: 35px;
    margin-top: 35px;
    padding-right: 60px;
    background: url('../images/top_tel.png') no-repeat right center;
}
.top-r .t-tel{
    color: #00a0e9;
    font-weight: 400;
    font-size: 27px;

}
.nav-bg{
    padding: 20px 0;
    height: 64px;
}
.nav_top ul{
    padding-top: 7px;
}
.nav_top ul li a{
    color: #000;
}
.nav_top ul li{
    float: left;
    width: 8%;
    text-align: center;
    position: relative;
}
.nav_top ul li a.ty{
    line-height: 53px;
    font-size: 16px;
    position: relative;
}
.nav_top ul li a.ty:after{
    content: '/';
    position: absolute;
    right: -18px;
    color: #999;
    
}
.nav_top ul li a.ty span{
    display: none;
}

.nav_top ul li:hover a.ty,.nav_top ul li dl dd a:hover{
    color: #ea610b;
}
.nav_top ul li:hover a.ty span{
    display: inline;
}
.nav_top ul li.on>a{
    color: #ea610b;
}
.nav_top ul li.on a.ty span{
    display: block;
}
.nav_top ul li.on a.ty span{
    width: 100%;
    position: absolute;
    left:0;
    z-index: 0;
    border: 1px solid #ea610b;
    bottom: -42px;
}

.nav_top ul li dl dd{
    height: 40px;
    line-height: 40px;
}
.nav_top ul li dl dd a{
    font-size: 14px;
}
.nav_top ul li dl{
    display: none;
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #fff;
    padding-top:30px;
}
.nav_top ul li:last-child a.ty:after{
    content: '';
}
.swiper-container1 .swiper-slide img{
    max-width: 100%;
}
.typename{
    text-align: center;
    padding: 30px 0;
}
.typename h2{
    font-size: 30px;
}
.typename p{
    padding-top: 5px;
    letter-spacing: 10px;
    color: #999;
}
.in_about{
    padding: 20px 0 50px 0;
}
.in_about .conl{
    width: 550px;
    float: left;
}
.in_about .conl .company_name{
    padding-bottom: 5px;
    font-size: 30px;
}
.company_name_en{
    color: #666;
}
.in_about .conl .desc{
    color: #666;
    line-height: 23px !important;
    padding-top: 20px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 10px;
}
.in_about .conl .desc *{
    line-height: 23px !important;
    font-size: 14px !important;
    font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif !important;
    padding: 0 !important;
    margin: 0 !important;
}
.in_about .conl .hr{
    padding-top: 15px;
    width: 50px;
    color: #ddd;
    font-weight: bold;
}
.in_about .conl a{
    color: #999;
}
.in_about .conr{
    float: right;
}
.web_hr{
    border-top: 1px solid #ddd;
}
.youshibg{
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/ionline.png);
    height: 230px;
    width: 100%;
}
.youshi{
    border: 1px solid #ddd;
    background: #f2f2f2;
}
.youshi ul li{
    width: 25%;
    text-align: center;
    box-shadow:  0 0 1px 0 #ddd;
    float: left;
}
.youshi ul li .ys_con{
    padding: 50px 20px;
}
.youshi ul li .num{
    font-size: 60px;
    color: #808080;
    display: inline-block;
    position: relative;
}
.youshi ul li .num:after{
    content: '';
    position: absolute;
    bottom: -5px;
    border-bottom: 2px solid #808080;
    width: 100%;
    left: 0;
}
.ys_con .t_name{
    padding-top: 40px;
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ys_con .desc{
    padding: 70px 0 0 0;
    line-height: 24px;
    text-align: center;
    color: #666;
    height: 73px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.youshi ul li .ys_con .more img{
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}
.youshi ul li .ys_con .more img:hover{
    transform: scale(1.1);
}
.in_case{
    height: 600px;
    overflow: hidden;
    margin: 50px 0;
}
.in_case .conl{
    width: 350px;
    float: left;
    text-align: center;
}
.in_case .conl .typename{
    background: #232425;
    color: #fff;
    height: 400px;
    padding: 0;
    line-height: 400px;
}
.in_case .conl .typename p{
    opacity: 0.8;
}
.in_case .conl .name{
    font-size: 23px;
    height: 200px;
    line-height: 200px;
    background: #ea610b;
    color: #fff;
}
.in_case .conr{
    float: right;
    width: 850px;
}
.swiper-container_case .swiper-button-prev_case{
    background-image: url("../images/c_l.png");
    background-size: 100%;
    width: 40px;
    height: 41px;
}

.swiper-container_case .swiper-button-next_case{
    background-image: url("../images/c_r.png");
    background-size: 100%;
    width: 40px;
    height: 41px;
}
.swiper-container_case .swiper-slide img{
    width: 100%;
    height: 600px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.swiper-container_case .swiper-slide:hover img{
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.swiper-container_case .swiper-slide .cate_name{
    display: none;
}
.swiper-container_case .swiper-slide{
    position: relative;
}
.swiper-container_case .swiper-slide p{
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    overflow: hidden;text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    background: rgba(0,0,0,0.5);
    height: 40px;
    line-height: 40px;
}
.in_pro ul li{
    width: 390px;
    height: 400px;
    float: left;
    margin-right: 14px;
    margin-bottom: 20px;
}
.in_pro ul li .pic{
    width: 390px;
    height: 300px;
    overflow: hidden;
}
.in_pro ul li .pic img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s;
}
.in_pro ul li .pic:hover img{
    transform: scale(1.1);
}
.in_pro ul li .t a:hover{
    color: #ff9934;
}
.in_pro ul li .t{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
    font-weight: bold;
}
.in_pro ul li .desc{
    padding-top: 10px;
    line-height: 24px;
    height: 49px;
    overflow: hidden;
    color: #666;
}
.in_pro ul li:nth-child(3n){
    margin-right: 0;
}
.footer{
   background: #f2f2f2;
    padding: 80px 0 40px 0;
    margin-top: 100px;
}
.f_nav {
    float: left;
    overflow: hidden;
    width: 800px;
}
.f_nav ul{
    float: left;
    width: 133px;
}
.f_nav ul li{
    text-align: center;
    margin: 10px 0;
    color:#666
}
.f_nav ul li.o{
    font-weight: bold;
    font-size: 16px;
}

.f_nav ul li a{
    color:#666
}
.footer .conr{
    float: right;
    width: 400px;
}
.footer .conr .ewm ul li{
    width: 165px;
    float: left;
    height: 180px;
    margin-left: 35px;
}
.footer .conr .ewm{
    overflow: hidden;
    margin-top: -136px;
}
.footer .conr .ewm ul li.wx_ewm{
    background: url('../images/wx_bg.png') no-repeat;
}
.footer .conr .ewm ul li.phone_ewm{
    background: url('../images/wx_bg2.png') no-repeat;
}
.ewmimg{
    width: 100px;
    height: 100px;
    padding: 20px 0 0 22px;
}
.fo_ad{
    padding-left: 35px;
}
.main{
    padding: 50px 0;
    overflow: hidden;
}
.sides_l{
    width: 250px;
    float: left;
}
.sides_l .side_top{
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background: #FF9934;
    margin-bottom: 15px;
}
.sides_l .side_top h2{
    font-weight: 400;
    padding-bottom: 5px;
}
.sides_l .menu li{
    line-height: 44px;
    padding: 0 10px ;
    border-bottom: 1px solid #ddd;
}
.sides_l .menu li.on{
    background:#F8931F url('../images/m_r.png') no-repeat 225px center;
    border-color: #F8931F;
}
.sides_l .menu li.on a{
    color: #fff;
}
.sides_l .menu li:hover{
    background:#F8931F url('../images/m_r.png') no-repeat 225px center;
    border-color: #F8931F;
}
.sides_l .menu li:hover a{
    color: #fff;
    display: block;
}
.rel_adname{
    text-indent: 10px;
    line-height: 50px;
    background: #FF9934;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}
.menu_ad {
    padding:30px 10px;
    border: 1px solid #ddd;
    border-top: none;
    line-height: 26px;
    color: #666;
}
.menu_ad *{
    line-height: 26px !important;
    color: #666 !important;
}
.menu_ad img{
    max-width: 100% !important;
}
.mainr{
    float: right;
    width: 900px;
}
.pos{
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.pos h2{
    float: left;
    color: #666;
}
.pos span{
    color: #ccc;
    float: left;
    padding-top: 10px;
    padding-left: 10px;

}
.pos .pos_con{
    float: right;
    padding-top: 11px;
}
.pos .pos_con a{
    color: #666;
    font-size: 12px;
}
.goods{
    padding: 30px 0;
    overflow: hidden;
}
.goods ul li{
    float: left;
    width: 280px;
    height: 255px;
    margin-right: 29px;
    overflow: hidden;
    margin-bottom: 29px;
}
.goods ul li .pic{
    width: 280px;
    height: 215px;
    display: block;
    overflow: hidden;
}
.goods.cases ul li .pic{
    height: 198px;
}
.goods ul li img{
    max-width: 100%;
}
.goods ul li a{
    display: block;
}
.goods ul li .t{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    background: #ccc;
}
.goods ul li:nth-child(3n){
    margin-right: 0;
}
.con_detail .pn{
    border-top: 1px solid #ddd;
}
.con_detail .d_title{
    text-align: center;
    padding: 10px 0;
}
.con_detail .d_title{
    text-align: center;
    padding: 20px 0;
}
.con_detail .pn p{
    padding-top: 10px;
    color: #666;
}
.con_detail .pn p a{
    color: #666;
}
.con_detail .content{
    padding: 10px 0;
    line-height: 26px;
}
.con_detail .content img{
    max-width: 100%;
}
.con_detail  .sear{
    padding-bottom: 10px;
}
.con_detail  .sear .fenx{
    float: right;
}
.con_detail  .sear .fenx .bdsharebuttonbox{
    float: right;
}
.rels {
    padding-top: 30px;
}
.rels .bar {
    background: #f2f2f2;
    padding: 10px;
    font-size: 18px;
    color: #666;
}
.rels .bar a{
    font-size: 14px;
    float: right;
}
.rels  ul li{
    width: 207px;
    float: left;
    margin-right: 10px;
}
.rels  ul li:nth-child(4n){
    margin-right: 0;
}
.rels  ul,.messageform {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-top: none;
    overflow: hidden;
}
.rels  ul li img{
    max-width: 100%;
}
.rels  ul li .t{
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    height: 40px;
}
.messageform dl dd {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    width: 300px;
}
.messageform dl dd input{
    border: none;
    height: 40px;
    width: 260px;
    margin-left: 5px;
}
.messageform dl dd.textarea_form{
    width: 500px;
    height: 120px;
}
.messageform dl dd textarea{
    border: none;
    padding: 2%;
    width: 96%;
    height: 100px;
}
.messageform dl dd span{
    color: red;
}
.messageform dl dd button{
    display: inline-block;
    width: 165px;
    background: #F79522;
    color: #fff;
    border: none;
    line-height: 40px;
    margin-right: 15px;
}
.messageform dl dd button.reset{
    background: #999;
}
#allmap {
    height: 400px;
    width: 100%;
}
.message_form{
    background: #f2f2f2;
    padding: 80px 20px 30px 20px;
}
.message_form p{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.message_form textarea{
    width: 94%;
    padding: 20px;
    border-color: #ddd;
    height: 120px;
}
.message_form button{
    display: inline-block;
    background: #69BAF9;
    width: 50%;
    text-align: center;
    line-height: 40px;
    border:none ;
    color: #fff;
}
.message_form .ly_t{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.message_form ul li {
    overflow: hidden;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.message_form ul li span{
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.message_form ul li span.pull-p{
    width: 180px;
}
.message_form ul li span.pull-t{
    width: 300px;
}
.message_form ul li span.pull-d{
    width: 100px;
    text-align: right;
}
.articlelist{
    padding-top: 30px;
}
.articlelist ul li{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ddd;
}
.articlelist ul li a.pic{
    width: 260px;
    height: 180px;
    overflow: hidden;
    margin-right: 20px;
}
.articlelist ul li  img{
    max-width: 100%;
    max-height: 100%;
}
.articlelist ul li .conr{
    width: 405px;
    float: left;
}
.articlelist ul li .conr p.t{
    padding-top:26px;
    font-size: 16px;
}
.rels ul li p.pic{
    display: block;
}
.articlelist ul li .conr p.desc{
    padding-top: 10px;
    line-height: 26px;
    color: #666;
    height: 80px;
    overflow: hidden;
}
.articlelist ul li .date{
    float: right;
    width: 140px;
    text-align: center;
    border-left: 1px solid #ddd;
    margin-top: 50px;
}
.articlelist ul li .date p.d{
    font-size: 40px;

}
.date_admin {
    border-bottom: 2px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
    color: #999;
    text-align: center;
}
.date_admin span{
    display: inline-block;
    padding: 0 10px;
}
.kf_slidebar .kf_count:hover .count-div {
    right: 109px;
}
.kf_slidebar .kf_count .count-div {
    position: absolute;
    right: -485px;
    width: 300px;
    max-height: 223px;
    border: 1px solid #e2dede;
    top: 0;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 1px 0 #ddd;
    padding: 20px;
    transition: all 1s;
}
.kf_slidebar .kf_count .jiao {
    position: absolute;
    right: -17px;
    top: 20px;
}
.count-title {
    color: #666;
    font-size: 16px;
    border-bottom: 2px solid #ededed;
    text-align: left;
    padding-bottom: 15px;
}
.count-div ul {
    padding: 10px 15px;
}
.count-div ul li {
    line-height: 26px;
    overflow: hidden;
    text-align: left;
}
.kf_count .count-div ul li span.sp1 {
    width: 80px;
}
.kf_count .count-div ul li span {
    color: #999;
    float: left;
    padding-top: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}
.kf_count .count-div ul li span.sp2 {
    width: 92px;
    text-align: center;
}
.kf_count .count-div ul li span.sp3 {
    width: 90px;
    text-align: right;
    float: right;
}
.kf_count .count-div ul li i {
    color: #999;
    font-size: 23px;
    vertical-align: middle;
}
.kf_count .count-total {
    overflow: hidden;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}
.kf_count .count-total span {
    color: #333 !important;
    font-weight: bold;
    float: left;
    font-size: 16px !important;
}
.kf_count .count-total span.total-num {
    float: right;
}
.kf_count .count-total span.total-num em {
    color: #f7931e;
    margin-right: 5px;
    font-size: 18px;
}
.kf_slidebar {
    position: fixed;
    bottom: 180px;
    right: 0;
    margin-top: -150px;
    z-index: 10000;
    width: 100px;
    border-radius: 5px;
    background: #f2f2f2;
    box-shadow: -1px 4px 7px 1px #ccc;
}
.kf_slidebar .kf_s_button {
    background-color: #30b1f9;
    display: block;
    text-decoration: none;
    text-align: center;
    padding: 10px 0px;
    width: 100px;
}
.kf_slidebar .kf_s_button span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}
.kf_slidebar .kf_s_button span.num{
    font-size: 30px;
    font-weight: bold;
}
.r_tel{
    text-align: center;
    padding-bottom: 8px;
}
.r_tel p{
    padding-top: 5px;
}
.r_ewm {
    padding: 15px 5px 0 5px;
}
.r_ewm ul li{
    background: #666666;
    padding: 3px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
    text-align: center;
}
.r_ewm ul li p{
    padding-top: 1px;
    font-size: 12px;
}
.r_ewm ul li img{
    width:80px;
    height: 80px;
}
.layuiopenkefu{
    background-color: rgba(0,0,0,0) !important;
    box-shadow:none !important;
    background: url("../images/kefubg.png") no-repeat;
}
.layuiopenkefu .layui-layer-setwin .layui-layer-close2{
    right: -7px;
    top: 62px;
    opacity: 0;
}
.layuiopenkefu .openkefu{
    padding-top: 92px;
    padding-left: 160px;
}
.openkefu p{
    color: #fff;
    padding-bottom: 2px;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
}
.openkefu p a{
    display: inline-block;
    width: 88px;
    line-height: 25px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
}
.openkefu p a.now{
    background: #fff;
    color: #ea610b;
    margin-left: 10px;
}
.in_newsli{
    padding-top: 15px;
}
.in_newsli li {
    width: 48%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.in_newsli li:nth-child(even){
    margin-right: 0;
}
.in_newsli li .conl{
    width: 150px;
    height: 115px;
}
.in_newsli li .conl img{
    max-width: 100%;
    max-height: 100%;
}
.in_newsli li .conl .pic{
    width: 150px;
    height: 115px;
}
.in_newsli li .conr{
    width: 400px;
}
.in_newsli li .conr .t{
    font-size: 18px;
    padding-top: 10px;
    font-weight: bold;
}
.in_newsli li .conr .desc{
    height: 40px;
    overflow: hidden;
    margin-top: 20px;
    line-height: 20px;
}
.pagelist ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagelist li a{
    border: 1px solid #ddd;
    padding: 0 13px;
    display: block;
    height: 30px;
    line-height: 30px;
    border-right: 0;
}
.pagelist li:last-child{
    border-right: 1px solid #ddd;
}
.pagelist li.am-disabled{
    background: #f2f2f2;
}
.pagelist li.am-active{
    background: #FF9934;
}
.pagelist li.am-active a{
    color: #fff;
}
.layui-layer-my{
    overflow: hidden;
}
.extra-1 {
    background: #50b5fd;
    padding-top: 30px;
    padding-bottom: 30px;
}
.extra .layui-field-title {
    color: #fff;
    border: none;
}
.layui-layer.tc .layui-elem-field legend {
    margin: auto;
}
.tc-1 .layui-field-title {
    margin: 0 0 15px 0;
}
.extra .layui-form-item .layui-input-inline {
    margin-right: 0;
}
.extra .layui-form-item .layui-input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.extra .layui-btn {
    background: #e6e6e6;
    color: #666;
    border: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: bold;
}
.extra-2 {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #0066cb;
    padding-top: 30px;
}
.layui-layer.tc .extra-2 .layui-field-title {
    color: #50b5fd;
}
.extra-2 .layui-btn {
    background: #50b5fd;
    color: #fff;
}
.layui-layer.tc{
    background: rgba(255, 255, 255, 0.6);
     background: rgba(0, 0, 0, 0.6);
background: none;
    box-shadow: none;
}
.swiper-container1 .swiper-pagination-bullet{
    width: 15px;
    height: 15px;

}
.swiper-container1 .swiper-pagination-bullet-active{
    background: #ea610b;
}

.in_newsli.meiti li .conl{
    width: 100px;
    height: 100px;
    background: #ea610b;
    color: #fff;
}
.in_newsli.meiti li .conl p b{
    display: block;
    font-size: 40px;
    text-align: center;
    line-height: 70px;
    height: 70px;
}
.in_newsli.meiti li .conl p span{
    display: block;
    text-align: center;
    border-top: 1px dotted #fff;
    line-height: 29px;
    font-size: 17px;
}
.in_newsli.meiti li .conr{
    width: 450px;
}
.in_newsli.meiti li .conr .t{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}